run-with-locales: Suppress shellcheck warnings about 'local'
authorSimon McVittie <smcv@debian.org>
Sun, 1 Mar 2020 12:15:27 +0000 (12:15 +0000)
committerSimon McVittie <smcv@debian.org>
Sun, 1 Mar 2020 13:54:39 +0000 (13:54 +0000)
Gbp-Dch: ignore

debian/run-with-locales

index 02e5adbf0e02c11480e7c67160ceb8db7d60ea0f..8f4aa0208e55bc9c71102c7fecebe8878b47e296 100755 (executable)
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
+# Assume a Debian Policy ยง10.4-compatible shell like dash or bash (with the
+# 'local' builtin)
+# shellcheck disable=SC2039
+
 set -eu
 
 me="$(basename "$0")"